.dropdown {
	display:inline;
	float:left;
	margin:10px 0px 0px 0px; /*haut d'abord*/
	padding-bottom:0px;
	padding-top:10px;
	}

.dropdown a{
	display:block;
	float:left;
	outline:none;
	background:url("media/dropdown/ExpandRight.jpg") no-repeat top right;
	background-color:#003585;
	padding-left:0px; /* Pour décolle le texte du bord gauche du background */
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	/*width:625px;*/ /* Taille de l'image de fond */
	height:25px;
	position: relative;
	}
	
.dropdown a span{
	display:block;
	float:left;
	padding-left:46px;
	position: relative;
	}

.dropdown a img{
	display:block;
	float:left;
	padding-left:6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.dropdown a:hover {
	background:url("media/dropdown/ExpandRightHover.jpg") no-repeat top right;
	background-color:#003585;
	color:#428EFF
	}

.dropdown a.active{
	display:block;
	float:left;
	outline:none;
	background:url("media/dropdown/CollapseRight.jpg") no-repeat top right;
	background-color:#003585;
	color:#FFF;
	text-decoration:none;
	}
	
.dropdown a.active:hover {
	background:url("media/dropdown/CollapseRightHover.jpg") no-repeat top right;
	background-color:#003585;
	color:#428EFF
	}